home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / cafe / ultslots.dir / 00183.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  302 b   |  12 lines

  1. on mouseDown
  2.   puppetSprite(7, 1)
  3.   set the memberNum of sprite 7 to the number of member "HELP ON"
  4.   updateStage()
  5. end
  6.  
  7. on mouseUp
  8.   set the memberNum of sprite 7 to the number of member "HELP OFF"
  9.   puppetSprite(7, 0)
  10.   alert("First, please turn on the POWER to start up the Kiosk.  Thank you.")
  11. end
  12.